Click or drag to resize

Response Class

A Response describes the effect of a method on a resource and/or its properties.
Inheritance Hierarchy
SystemObject
  Independentsoft.WebdavResponse

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class Response

The Response type exposes the following members.

Constructors
  NameDescription
Public methodResponse
Initializes a new instance of the Response class.
Top
Properties
  NameDescription
Public propertyDescription
Gets the description.
Public propertyHRef
Gets the href.
Public propertyPropStat
Gets PropStat
Public propertyStatus
Gets the status code for use with 207 (Multi-Status)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also